home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3timsli.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_TIMECURVESLIDERGADGET_H = 1;
- include("oops/r3gadget.js")
-
-
- var R3CLID_TIMECURVESLIDERSGADGET = 1713;
-
-
-
-
-
-
-
- R3TCSLIDERCA_Time = 1713500;
- function SetR3TCSLIDERCA_Time(value) {
- R3Set(this.r3obj, R3TCSLIDERCA_Time, value, R3TID_FLOAT, 0);
- }
-
- function GetR3TCSLIDERCA_Time() {
- return R3Get(this.r3obj, R3TCSLIDERCA_Time, R3TID_FLOAT, 0);
- }
-
- R3TSLIDERCA_Materials = 1713501;
- function SetR3TSLIDERCA_Materials(value) {
- R3Set(this.r3obj, R3TSLIDERCA_Materials, value, R3TID_OBJECT, 0);
- }
-
- R3TSLIDERCA_ImageEffects = 1713502;
- function SetR3TSLIDERCA_ImageEffects(value) {
- R3Set(this.r3obj, R3TSLIDERCA_ImageEffects, value, R3TID_OBJECT, 0);
- }
-
- R3TSLIDERCA_ParticleEffects = 1713503;
- function SetR3TSLIDERCA_ParticleEffects(value) {
- R3Set(this.r3obj, R3TSLIDERCA_ParticleEffects, value, R3TID_OBJECT, 0);
- }
-
- R3TSLIDERGA_ShowOnlySelected = 1713504;
- function SetR3TSLIDERGA_ShowOnlySelected(value) {
- R3Set(this.r3obj, R3TSLIDERGA_ShowOnlySelected, value, R3TID_BOOLEAN, 0);
- }
-
- R3TSLIDERCA_Images = 1713505;
- function SetR3TSLIDERCA_Images(value) {
- R3Set(this.r3obj, R3TSLIDERCA_Images, value, R3TID_OBJECT, 0);
- }
-
- R3TSLIDERCA_UnitConverter = 1713506;
- function SetR3TSLIDERCA_UnitConverter(value) {
- R3Set(this.r3obj, R3TSLIDERCA_UnitConverter, value, R3TID_OBJECT, 0);
- }
-
-
-
- function r3Timecurveslidersgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_TIMECURVESLIDERSGADGET, arguments);
- }
- // Methods
-
- // Attributes
- this.GetTime=GetR3TCSLIDERCA_Time;
- this.SetTime=SetR3TCSLIDERCA_Time;
- this.SetMaterials=SetR3TSLIDERCA_Materials;
- this.SetImageEffects=SetR3TSLIDERCA_ImageEffects;
- this.SetParticleEffects=SetR3TSLIDERCA_ParticleEffects;
- this.SetShowOnlySelected=SetR3TSLIDERGA_ShowOnlySelected;
- this.SetImages=SetR3TSLIDERCA_Images;
- this.SetUnitConverter=SetR3TSLIDERCA_UnitConverter;
- }
-
- r3Timecurveslidersgadget.prototype=new r3Gadget;
- // r3timsli.h_H